﻿.online-service {
    position: fixed;
    top: 150px;
    right: -80px;
    width: 311px;
    /* height: 150px; */
    /* background: #eee; */
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    z-index: 9999;
}




.navbar, .navbar-inner, .navs, .navbar-inverse {
    background: transparent!important;
    filter: none!important;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

li {
    line-height: 20px;
}

.navs-tabs > li, .nav-pills > li {
    float: left;
    width: 135px;
    line-height: 37PX;
    height: 37px;
}

    .nav-pills > li > a {
        padding-top: 3px;
        padding-bottom: 3px;
        margin-top: 2px;
        margin-bottom: 2px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.social-qq-pure {
    background-position: -80px -320px;
}

[class^="social-"], [class*="social-"] {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: text-top;
    background-image: url("images/social-icons-set.png");
    background-position: 40px 40px;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.online-service h4 {
    width: 20px;
    margin-left: 13px;
    line-height: 18px;
}

.social-qq-pure {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: text-top;
    background-image: url("../images/social-icons-set.png");
    background-position: -80px -320px;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    left: -5px;
}

.navs {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none;
}

.online-service {
}

.online-service-title {
    vertical-align: top;
    width: 30px;
    display: inline-block;
    *display: inline;
    background: #eee;
    /* padding-right: 5px; */
    height: 110px;
    /* border-radius: 5px 0 0 5px; */ -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    float: left;
}

.online-service-content {
    width: 270px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-left: 1px dotted #ccc;
    padding-left: 10px;
    height: 300px;
    background: #eee;
    border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
}

.online-service h4 {
    width: 20px;
    margin-left: 13px;
    line-height: 18px;
    position: absolute;
    left: -5px;
    top: 35px;
    /* vertical-align: top; */
}

.online-service-title:hover {
    text-decoration: none;
    color: #fff;
    background: #2498c4;
}

.online-service-content:hover {
    text-decoration: none;
    color: #fff;
    background: #2498c4;
}

.online-service-title:hover a {
    color: #fff;
}

.online-service-content:hover .nav-pills li a:hover {
    color: #2498c4;
}

.online-service-title:hover .social-qq-pure {
    background-position: -80px -360px;
}

.online-service-title:hover h4 {
    color: #fff;
}





.navs-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-transform: uppercase;
}

.nav-pills > li > a {
    /* padding-top: 8px; */
    /* padding-bottom: 8px; */
    /* margin-top: 2px; */
    /* margin-bottom: 2px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.navs-tabs > li > a, .nav-pills > li > a {
    /* padding-right: 12px; */
    /* padding-left: 12px; */
    /* margin-right: 2px; */
    line-height: 14px;
}

.navs > li > a {
    display: block;
    /* line-height: 21px; */
    color: #fff;
    text-indent: 1em;
    background-repeat: no-repeat;
    background-position-x: 40px;
    width: 136px;
    height: 24px;
    margin-right: 5px;
}

    .navs > li > a:hover, .navs > li > a:focus {
        text-decoration: none;
        background-color: #eee;
    }

    .navs > li > a div {
        width: 40px;
        float: left;
        height: 24px;
        line-height: 24px;
    }
.online-service {
    position: fixed;
    top: 39px;
    right: -80px;
    width: 212px;
    /* height: 150px; */
    /* background: #eee; */
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    z-index: 9999;
}




.navbar, .navbar-inner, .navs, .navbar-inverse {
    background: transparent!important;
    filter: none!important;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

li {
    line-height: 20px;
}

.navs-tabs > li, .nav-pills > li {
    float: left;
    width: 80px;
    line-height: 37PX;
    height: 37px;
}

    .nav-pills > li > a {
        padding-top: 3px;
        padding-bottom: 3px;
        margin-top: 2px;
        margin-bottom: 2px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.social-qq-pure {
    background-position: -80px -320px;
}

[class^="social-"], [class*="social-"] {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: text-top;
    background-image: url("images/social-icons-set.png");
    background-position: 40px 40px;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.online-service h4 {
    width: 20px;
    margin-left: 13px;
    line-height: 18px;
}

.social-qq-pure {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: text-top;
    background-image: url("../images/social-icons-set.png");
    background-position: -80px -320px;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    left: -5px;
}

.navs {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none;
}

.online-service {
}

.online-service-title {
    vertical-align: top;
    width: 30px;
    display: inline-block;
    *display: inline;
    background: #eee;
    /* padding-right: 5px; */
    height: 110px;
    /* border-radius: 5px 0 0 5px; */ -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    float: left;
}

.online-service-content {
    width: 171px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-left: 1px dotted #ccc;
    padding-left: 10px;
    height: 300px;
    background: #eee;
    border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
}

.online-service h4 {
    width: 20px;
    margin-left: 13px;
    line-height: 18px;
    position: absolute;
    left: -5px;
    top: 35px;
    /* vertical-align: top; */
}

.online-service-title:hover {
    text-decoration: none;
    color: #fff;
    background: #2498c4;
}

.online-service-content:hover {
    text-decoration: none;
    color: #fff;
    background: #2498c4;
}

.online-service-title:hover a {
    color: #fff;
}

.online-service-content:hover .nav-pills li a:hover {
    color: #2498c4;
}

.online-service-title:hover .social-qq-pure {
    background-position: -80px -360px;
}

.online-service-title:hover h4 {
    color: #fff;
}





.navs-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-transform: uppercase;
}

.nav-pills > li > a {
    /* padding-top: 8px; */
    /* padding-bottom: 8px; */
    /* margin-top: 2px; */
    /* margin-bottom: 2px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.navs-tabs > li > a, .nav-pills > li > a {
    /* padding-right: 12px; */
    /* padding-left: 12px; */
    /* margin-right: 2px; */
    line-height: 14px;
}

.navs > li > a {
    display: block;
    /* line-height: 21px; */
    color: #fff;
    text-indent: 1em;
    background-repeat: no-repeat;
    background-position-x: 40px;
    width: 80px;
    height: 24px;
    margin-right: 5px;
}

    .navs > li > a:hover, .navs > li > a:focus {
        text-decoration: none;
        background-color: #eee;
    }

    .navs > li > a div {
        width: 40px;
        float: left;
        height: 24px;
        line-height: 24px;
    }
